home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Caml Light 0.7 / examples / compress / esbit.mli < prev    next >
Text File  |  1995-06-01  |  149b  |  5 lines

  1. value initialise : unit -> unit
  2.   and écrire_bit : out_channel -> int -> unit
  3.   and lire_bit : in_channel -> int
  4.   and finir : out_channel -> unit;;
  5.